net/http.http2bufferedWriter.byteTimeout (field)

3 uses

	net/http (current package)
		h2_bundle.go#L3708: 	byteTimeout time.Duration // immutable, WriteByteTimeout
		h2_bundle.go#L3714: 		byteTimeout: timeout,
		h2_bundle.go#L3763: 	return http2writeWithByteTimeout(w.conn, w.byteTimeout, p)